projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f1af2
)
[HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Apr 1998 21:21:14 +0000
(21:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Apr 1998 21:21:14 +0000
(21:21 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 21be77b76965d720c71959cac1d71b8c054e4406..925d1c965f2abe8bd6364f92d7db1f70cd40ff23 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-39,7
+39,7
@@
Boston, MA 02111-1307, USA. */
#include "intervals.h"
#include "frame.h"
#include "window.h"
-#if defined (HAVE_MENUS) && defined (HAVE_
WINDOW_SYSTEM
)
+#if defined (HAVE_MENUS) && defined (HAVE_
X_WINDOWS
)
#include "xterm.h"
#endif